home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / asm / Tandem.lha / Tandem / Projects / Asmfiles / test03.asm < prev    next >
Encoding:
Assembly Source File  |  1999-08-21  |  640 b   |  25 lines

  1. * test d of d(An), &c
  2.  
  3.  rts                     ;4E75
  4.  
  5. jack: equ $1234
  6. jill: equ $56 
  7. fred:
  8.  nop                     ;4E71
  9.  nop                     ;4E71
  10.  move.l fred(pc),d0      ;203AFFFA 
  11.  move.l fred(pc,d2.w),d1 ;223B20F6
  12.  move.l jack(a4),d0      ;202C1234
  13.  move.l jill(a4,d3.w),d1 ;22343056 
  14.  move.l anne(a4),d0      ;202C4321
  15.  move.l rose(a4,d3.w),d1 ;22343065
  16.  move.l bill(pc),d0      ;203A0012
  17.  move.l bill(pc,d2.w),d1 ;223B200E  
  18.  move.l bill(pc),d0      ;203A000A
  19.  move.l bill(pc,d2.w),d1 ;223B2006
  20.  nop                     ;4E71
  21.  nop                     ;4E71
  22. bill:
  23.  rts                     ;4E75
  24. anne: equ $4321
  25. rose: equ $65